home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / frame_1201 / DoAction.as
Text File  |  2008-11-12  |  196b  |  11 lines

  1. if(eval("/Variables:GardesApercu") != true)
  2. {
  3.    set("/Variables:GardesApercu",true);
  4.    tellTarget("_root.Sons")
  5.    {
  6.       gotoAndStop("SndDistractThem");
  7.       play();
  8.    }
  9. }
  10. stop();
  11.